{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Results (Period {{ subsession.round_number }} of {{ Constants.num_rounds }}){% endblock %} {% block content %}

You started with {{ Constants.endowment }} tokens, of which you contributed {{ player.contribution }}. Your group contributed a total of {{ group.total_contribution }} tokens, resulting in an individual share of {{ group.individual_share }} tokens.

Your total number of tokens this round is {{ player.payoff }}.

{% next_button %} {% endblock %}